(logo)  Starting AWeb

From the Workbench

You can start AWeb by a double-click on its icon.

AWeb can be specified as default tool in a project icon. You can use extended selection (shift-click) to select one or more project icons. AWeb will load the projects selected as local documents.

In addition, AWeb supports the following tool types:

URL=url_or_filename
Specify this tool type one or more times to open these documents when AWeb is started. If you specify a local filename, use the LOCAL tool type too.

LOCAL
If this tool type is present, the names in the URL tool types will be interpreted as local file names, rather than network URLs. This tool type is not needed if you select documents by their project icon, as mentioned above.

CONFIG=settings_filename
Use this file as settings file instead of the default, AWeb.prefs. If the file doesn't exist, some default settings are used. Saving the settings will save to this file name.

From the Shell

You can start AWeb from the Shell (or the CLI).
Format:
AWeb [url_or_filename]... [ LOCAL ] [CONFIG settings_filename]

Template:
URL/M,LOCAL/S,CONFIG/K
The documents in the URL argument are loaded when AWeb starts. If the LOCAL argument is present, the names will be interpreted as local file names, rather than network URLs.

The file in the CONFIG argument will be used as settings file instead of the default, AWeb.prefs. If the file doesn't exist, some default settings are used. Saving the settings will save to this file name.